/** iOS 7 theme */



#afui #navbar {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
 width: 100%;
}


    #afui #navbar > *>*, #afui #navbar > a, #afui #navbar > span{
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        float: left;
        width: 100%;
        height: 100%;
        font-weight: normal;
        color: #fff;
        text-align: center;
        -webkit-backface-visibility: hidden;
        -webkit-perspective: 1000;
        font-size: 12px;
        
    }

    #afui #navbar  span > span {
        display: none;
        position: absolute;
        bottom: 101%;
        left: 0px;
        right: 0px;
        z-index: 1001;
        line-height: 3em;
    }

    #afui #navbar  .on > span {
        display: block;
    }
    #afui #navbar  span a {
        display: block;
        width:100%;
        background-image:none;
         /*        background-position:center left;
        background-repeat:no-repeat;
       text-indent:35px;
        text-align:left;*/
        color:#ffffff;
    }

    #afui #navbar .icon:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }



    #afui #navbar .icon.pressed:before {
    }


    #afui > #navbar, #afui #navbar span > span {
border: none;
border-top: 0px solid #000000;
box-shadow: none;
}

#navbar a:before {
    background-position: center 5px;
    background-size: 28px;
}

#afui #navbar .pressed {
}

#afui #navbar .icon.pressed:before {
    color: inherit;
}

#afui #navbar .icon.pressed:before {
    color: inherit;
}